Xbasic

SQL::IndexColumnInfoClone Method

Syntax

DIM result AS SQL::IndexColumnInfo = Clone()

Returns

resultSQL::IndexColumnInfo

Returns a copy of the SQL::IndexColumnInfo object.

Description

The Clone() method makes a copy of the SQL::IndexColumnInfo object (an object instance) and its properties.

Use this function when defining an array of SQL::IndexColumnInfo objects.

See Also